翻訳と辞書
Words near each other
・ Reach the Beach Relay
・ Reach the Rock
・ Reach the Sky
・ Reach the world
・ Reach To Teach Recruiting
・ Reach Up and Touch the Sky
・ Reach, Cambridgeshire
・ Reach-In
・ Reach-in oven
・ Reachability
・ Reachability problem
・ Re-Mit
・ Re-mix
・ Re-Mixs
・ Re-Offender
Re-order buffer
・ Re-parenting window manager
・ Re-Purpose
・ Re-Rapped by Request
・ Re-recording
・ Re-recording (filmmaking)
・ Re-recording (music)
・ Re-recording (video gaming)
・ Re-recording mixer
・ Re-Rewind (The Crowd Say Bo Selecta)
・ Re-Ron
・ Re-Sepp-Ten
・ Re-Sfaction
・ Re-Sfaction 2
・ Re-sublimity


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Re-order buffer : ウィキペディア英語版
Re-order buffer

A re-order buffer (''ROB'') is used in a Tomasulo algorithm for out-of-order instruction execution. It allows instructions to be committed in-order.
Normally, there are three stages of instructions: "Issue", "Execute", "Write Result". In Tomasulo algorithm, there is an additional stage "Commit". In this stage, the results of instructions will be stored in a register or memory. In the "Write Result" stage, the results are just put in the re-order buffer. All contents in this buffer can then be used when executing other instructions depending on these.
There are additional fields in every entry of the buffer:
* Instruction type (jump, store to memory, store to register)
* Destination (either memory address or register number)
* Result (value that goes to destination or indication of a (un)successful jump)
* Validity (does the result already exist?)
Additional benefits of the re-order buffer include allowing for precise exceptions and easy rollback control of target address mispredictions (branch or jump).
The ROB works by storing instructions in their original fetched order. The ROB can also be accessed from the side since each reservation station (in Tomasulo algorithm) has an additional parameter that points to instruction in the ROB. When jump prediction is not correct or a nonrecoverable exception is encountered in the instruction stream, the ROB is cleared of all instructions and reservation stations are re-initialized.
==External links==

*(Reorder Buffer )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Re-order buffer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.